home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 120 / CD Gamer Issue 120 (March 2003) (Disc 2).ISO / mods / Q2_Codered / codeRED1_0.exe / Data1.cab / WALLY.TXT < prev    next >
Encoding:
Text File  |  1999-03-23  |  8.8 KB  |  263 lines

  1. Program Name:   Wally 
  2. Version:        1.36B
  3. Date:           3/23/99
  4. Authors:        Ty Matthews (ty@wwa.com)
  5.                 Neal White III (nwhite@softblox.com)                
  6.  
  7. Purpose:        Program to manipulate game texture files, including Quake2
  8.         and Half-Life.  Allows for enhanced editing, viewing, 
  9.         BMP/PCX/MIP import/export, setting of texture flags & contents, 
  10.         browsing of a directory, clipboard cut/copy/paste, and on and 
  11.         on.  Allows for new creation, and loading of existing textures.  
  12.         For a more detailed list, check the revision history or the 
  13.         FAQ page on our site.
  14.  
  15. Compiler:       Visual C++ 5.0
  16.  
  17. Where to Get:   http://www.telefragged.com/wally                
  18.  
  19. Misc:           Wally is and always will be freeware.  And as always
  20.                 per the standard legal rhetoric, this program is given AS-IS.
  21.                 No fitness of merchantibility is either given or implied.  If
  22.                 something disastrous happens to your machine, I'd feel really
  23.                 bad, but I cannot be held liable.  By running this program,
  24.                 you agree to the terms set forth herein.
  25.     
  26. Usage:          Unzip into a directory, and run Wally.exe.  Everything is
  27.                 self-contained.  Registry settings are made into the
  28.                 following key:
  29.  
  30.                      "HKEY_CURRENT_USER\Software\Team BDP\Wally"
  31.  
  32. Files Included:
  33.                 Wally.exe    TheApp!
  34.                 Wally.txt    You're reading it :)
  35.                 Wally.hlp    Help File
  36.                 Wally.cnt    Another Help-related file
  37.                 q2pal.act    Quake2 palette for PhotoShop
  38.                 q2pal.pal    Quake2 palette for PaintShop Pro
  39.                 q2pal.lmp    Quake2 palette for Wally
  40.                 q1pal.lmp    Quake1 palette for Wally (used for import of MIP files)
  41.  
  42.         Custom Palettes included:
  43.         Standard.pal, rainbow.pal, pastels.pal, metalic.pal, max.pal,
  44.         grays.pal, earth.pal, and blend.pal
  45.                
  46. Tutorial:       Check out the web sites given in "Where to get"
  47.                 
  48. Credits and Acknowledgements:
  49.  
  50.                 Id Software... duh.  Team BDP for just being the best damn
  51.                 TC group on the planet.  To ADarcJedi, Ozric, and Talon:
  52.                 thanks for putting up with my crap during our all-nighter
  53.                 ICQ meetings.  Thanks to Neal White III for coming
  54.                 aboard and straightening me out :)  Mosquito from Quake2.com,
  55.                 for painting the awesome splash screen and art.  Tom Cleghorn
  56.                 for doing up the Help file and tutorial stuff.  Aaron
  57.                 Stackpole for pointing out the goofy palette file to me, and
  58.                 beta testing.  Q11 for beta testing and various bug
  59.                 reporting/enhancement suggestions.  Mike, Jeff Lane,
  60.                 and Jim Nobles, thanks for testing this baby!
  61.  
  62.                 To anyone I might have missed:  sorry!
  63.  
  64. Revision History:
  65.  
  66.         0.7 (2/2/1998):
  67.                  First public release of Wally
  68.  
  69.         0.8 (2/16/1998):
  70.                  Added some cool stuff:
  71.                         - ClipBoard paste
  72.                         - PCX import
  73.                         - Support for JASC .pal files
  74.                         - Wally Options menu
  75.                         - Texture pop-up dialog
  76.                         - Persistent settings
  77.  
  78.                  And fixed others:
  79.                          - Fixed texture flags
  80.                     - Fixed explorer-type launching
  81.  
  82.         0.81 (2/23/1998):
  83.         New/Improved:    
  84.                      - ReMipDeluxe has been implemented :)
  85.                      - Added Paste As New Texture
  86.                      - Added Drag-n-Drop support for Wally shortcut
  87.  
  88.         0.90 (3/14/1998):
  89.          Bug Fixes:
  90.             - Draw Tiled
  91.             - Drawing coords bug when scrolled
  92.             - Drawing tools draw connected lines
  93.  
  94.         New/Improved:
  95.             - Undo/Redo up to 50 items
  96.             - Paintbrush
  97.             - Eraser
  98.             - Darken
  99.             - Lighten
  100.             - Scratch
  101.             - Bullet Holes
  102.             - Brush width
  103.             - Brush shape
  104.             - Brush intensity
  105.             - Texture browsing
  106.             - 24bit BMP support
  107.             - 24bit clipboard pasting
  108.             - Quake1 MIP file support
  109.             - Changed File...Import to File...Convert
  110.             - View of all four sub-mips at once
  111.             - Improved drawing code
  112.             - Better drag-n-drop support to Wally icon/screen
  113.             
  114.                 
  115.         1.00 (4/13/1998):
  116.          Bug Fixes:
  117.             - Fixed always too dark scratch
  118.             - Fixed lighten/darken/tint tools after Edit...Paste
  119.                         - Fixed browse for directory
  120.             
  121.         New/Improved:
  122.             - Flood fill
  123.             - Big cursor for drawing tools
  124.             - Constraining tool (vertical/horizontal)
  125.             - Pattern paint
  126.             - Added some tool widths (4, 6, and 8)
  127.             - Copy to clipboard, copy to clipboard tiled
  128.             - Mirror, flip, and rotate (left/right, 90-180-270 degrees)
  129.             - Three blend filters (light, medium, heavy)
  130.             - Spray paint tool
  131.                         - Color palette toolbar
  132.                         - Color Replacer tool
  133.                         - Spray Color Replacer
  134.             - 24-bit PCX import
  135.             - Added export of BMP and PCX format
  136.             - Moved multiple options dialog boxes into one
  137.                         - Preset texture directory option
  138.                         
  139.         1.01 (4/23/1998):
  140.          Bug Fixes:
  141.                         - Fixed wrong sub-mip view bug
  142.                         - Fixed cancelling of Browse Directory
  143.  
  144.                 New/Improved:
  145.                         - Added multiple-file selection for File|Convert
  146.  
  147.         1.09 (6/10/98):  (Public Beta)
  148.                 Bug Fixes:
  149.                         - Fixed Flood Fill missing areas
  150.                         - Fixed unnecessary flashing with Undo/Redo
  151.                         - Fixed longer than 32-character filename/directory bug
  152.  
  153.                 New/Improved:
  154.                         - Line tool
  155.                         - Connected Lines tool (PolyLine)
  156.                         - Ray Lines tool
  157.                         - Added better support for non-Q2 palettes
  158.                         - Changed Browse Folder selection to include persistence
  159.  
  160.     1.10 (7/03/98):
  161.         New/Improved:
  162.             - Rectangle drawing tool
  163.             - Add Noise Filter
  164.             - Brightness/Contrast Filter
  165.             - Improved Blend Filter
  166.             - Improved Filter interfaces
  167.             - User-settable maximum number of Undo levels
  168.             - Auto-update of thumbnail image for Browse view
  169.  
  170.     1.20 (08/12/98):
  171.         New/Improved:
  172.             - Emboss filter
  173.             - Edge Detect filter
  174.             - Marble Procedural Texture Generator
  175.             - Better PCX export routine
  176.             - Better support for custom palettes, and a big collection of some nice ones
  177.  
  178.     1.29 (12/31/98):
  179.         New/Improved:
  180.             - Gamma-correction
  181.             - Mirror tool
  182.             - Tiled marble tool
  183.             - Diffuse filter
  184.             - Rivet tool
  185.             - Much improved custom palette editing
  186.             - Improved drag/drop support
  187.             - Batch conversion
  188.             - Texture shift
  189.             - Improved GUI tools
  190.             - User-definable number of undo levels
  191.             - Export to 24-bit or 8-bit option
  192.             - Half-Life support (WAD3 files)
  193.             - Gaussian option for AddNoise filter
  194.             - Auto-zoom the view
  195.             - Much improved 24-bit to 8-bit palette reduction
  196.             - Sharpen filter
  197.             - Offset filter
  198.  
  199.         Bug Fixes:
  200.             - Amount Combo bug
  201.             - Bullet hole access violation bug
  202.             - 24-bit BMP export bug
  203.             - 8-bit BMP import bug with PhotoShop files
  204.  
  205.     1.30 (1/17/99):
  206.         Bug Fixes:
  207.             - PCX header bug with Corel PhotoPaint images
  208.  
  209.     1.31 (1/21/99):
  210.         New/Improved:
  211.             - Resize filter!
  212.             - Enhanced Add Noise filter
  213.             - Edit/Load/Save Palette options
  214.             - Color translate feature
  215.  
  216.     1.32 (1/26/99):
  217.         New/Improved:
  218.             - Most filters converted to 24-bit internally
  219.             - Selection tool!
  220.             - Improved status bar display to include additional info
  221.             - Undo/redo memory compression (conserves RAM)
  222.  
  223.     1.34 (1/28/99):
  224.         Bug Fixes:
  225.             - Memory compression bug
  226.             - Flashing sub-mip bug
  227.         
  228.  
  229.     1.34 (2/12/99):
  230.         New/Improved:
  231.             - Most recently used filters shortcut
  232.             - Fine/coarse grid!
  233.             - Reduce colors filter
  234.             - Quake1 MIP and WAD2 full support
  235.  
  236.         Bug Fixes:
  237.             - Undo/redo memory compression bug
  238.             - Initial startup directory bug with custom palettes
  239.  
  240.     1.34C (2/17/99):
  241.         Bug Fixes:
  242.             - New Half-Life textures not saved properly to WAD
  243.             - Export of images from WAD2 failing
  244.             - Zooming/grid bug, and improved drawing code
  245.             - Loading custom Q2 palette not taking effect properly
  246.             - ReMip bug with multiple threads
  247.  
  248.     1.35B (2/23/99):
  249.         New/Improved:
  250.             - Cool new about box, with hotlinks to our web site
  251.             - Updated tool subsystem
  252.             - Filter for the list of images in a package file
  253.             - Drag and drop between package files
  254.             - TGA support
  255.             - New Quake1/Quake2 palette options page; more robust support for 
  256.             custom palettes.
  257.             - Batch conversion now will allow you to create any supported image type                        
  258.  
  259.         Bug Fixes:
  260.             - Paste bug with "maintain indexes" palette option
  261.             - Minor gamma status bar bug
  262.             
  263.